PDFAnnotationBorderStyle Enumeration
In This Topic
Defines the supported styles for annotation borders.
Members
| Member | Description |
| BEVELED | A simulated embossed rectangle that appears to be raised above the surface of the page. |
| DASHED | A dashed rectangle surrounding the annotation. The dash pattern is specified by the com.o2sol.pdf4java.annotations.PDFAnnotationBorder.setDashPattern(double[]) property. |
| INSET | A simulated engraved rectangle that appears to be recessed below the surface of the page. |
| SOLID | A solid rectangle surrounding the annotation. |
| UNDERLINE | A single line along the bottom of the annotation rectangle. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.annotations.PDFAnnotationBorderStyle
See Also